func go.opentelemetry.io/otel/trace.checkKeyPart

3 uses

	go.opentelemetry.io/otel/trace (current package)
		tracestate.go#L85: func checkKeyPart(key string, n int) bool {
		tracestate.go#L127: 		return checkKeyPart(key, 255)
		tracestate.go#L129: 	return checkKeyTenant(tenant, 240) && checkKeyPart(system, 13)